home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: w810mdmw.inf
- ;
- ; Function:
- ; Install the Sony Ericsson W810 USB WMC Modem Port Drivers on Win98/SE/ME
- ;
- ; Copyright (c) 1997-2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=10/07/2005, 4.34.0.2705
- CatalogFile=w810mdm.cat
-
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Change A:\ to source drive (or omit to always (?) be prompted)
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- ; having the tagfile non-null seems to help...
- 1=%DiskString%,"w810mdm",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- w810mdm.sys = 1
- w810cr.sys = 1
- w810vcr.vxd = 1
- w810cm95.sys = 1
- w810cmnt.sys = 1
- w810comm.vxd = 1
- w810vcd.vxd = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Sony Ericsson%=SEMCW810
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SEMCW810]
- %SEMCW810.Modem.Desc% = SEMCW810.Install, USB\VID_0FCE&PID_D042&MI_01&OS_9X
- %SEMCW810.Modem.Desc.2% = SEMCW810.Install, USB\VID_0FCE&PID_D042&MI_03&OS_9X
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMCW810.Install]
- AddReg = SEMCW810.AddReg,SEMCW810.W95.AddReg,SEMCW810.W95.AddReg.CRGuid
- CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
- DriverVer=10/07/2005, 4.34.0.2705
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMCW810.AddReg]
- HKR,,NTMPDriver,,w810mdm.sys
- HKR,,CRUpperDescription,,%UpperDescription%
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
- HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
-
- ; only for Win95....
- [SEMCW810.W95.AddReg]
- HKR,,DevLoader,,*ntkern
-
- [SEMCW810.W95.Addreg.CRGuid]
- HKR,,CRGuid,,{84773A87-AFBA-47F2-B96F-5F9B3313FEA8}
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.W95]
- w810vcr.vxd
- w810comm.vxd
- w810vcd.vxd
-
- [CopyFiles.sys]
- w810mdm.sys
- w810cr.sys
-
- [CopyFiles.W95.sys]
- w810cm.sys,w810cm95.sys
- w810cm95.sys
- w810cmnt.sys
-
- [Copyfiles.W95.inf]
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "Sony Ericsson"
- Sony Ericsson = "Sony Ericsson"
- DiskString = "Sony Ericsson W810 USB WMC Modem installation disk"
-
- SEMCW810.Modem.Desc = "Sony Ericsson W810 USB WMC Data Modem"
- UpperDescription = "Sony Ericsson W810 USB WMC Modem"
-
- SEMCW810.Modem.Desc.2 = "Sony Ericsson W810 USB WMC Modem"
-
- CustomerDataPath = "Sony Ericsson W810"
- DriverSet = "Sony Ericsson W810 Software"
- UninstallFile = "W810Uninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-